home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000260_amos-request@svcs1.digex.net_Mon Sep 22 20:04:51 1997.msg < prev    next >
Text File  |  1997-10-01  |  2KB  |  45 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id UAA15697
  3.     for <mcox@access.digex.net>; Mon, 22 Sep 1997 20:04:50 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id QAA18869
  6.     for amos-out; Mon, 22 Sep 1997 16:54:24 -0400 (EDT)
  7. Received: from mail4.access.digex.net (mail4.access.digex.net [205.197.247.2])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id QAA18866
  9.     for <amos-list@svcs1.digex.net>; Mon, 22 Sep 1997 16:54:23 -0400 (EDT)
  10. Received: from mailhost.sosbbs.com (sosbbs.com [204.186.168.100])
  11.     by mail4.access.digex.net (8.8.5/8.8.5) with SMTP id QAA18505
  12.     for <amos-list@access.digex.net>; Mon, 22 Sep 1997 16:54:23 -0400 (EDT)
  13. Received: from gbenjam (204.186.168.53) by mailhost.sosbbs.com
  14.  (EMWAC SMTPRS 0.81) with SMTP id <B0000109162@mailhost.sosbbs.com>;
  15.  Mon, 22 Sep 1997 16:55:09 -0400
  16. Message-ID: <B0000109162@mailhost.sosbbs.com>
  17. From: "Garfield Benjamin" <gbenjam@sosbbs.com>
  18. To: <amos-list@access.digex.net>
  19. Subject: Save/Load Arrays FIX
  20. Date: Mon, 22 Sep 1997 17:04:04 -0400
  21. X-MSMail-Priority: Normal
  22. X-Priority: 3
  23. X-Mailer: Microsoft Internet Mail 4.70.1155
  24. MIME-Version: 1.0
  25. Content-Type: text/plain; charset=ISO-8859-1
  26. Content-Transfer-Encoding: 7bit
  27. Status: O
  28. X-Status: 
  29.  
  30. OOPS!!!
  31.  
  32. I just mailed the reply to Array Saving/Loading and noticed I overlooked
  33. the 0-element in bytesize calculation.
  34.  
  35. Should be...
  36.  
  37. BYTESIZE=10*4 
  38.  
  39. (LastElement+1)*4 is the true formula...
  40.  
  41.  
  42.  
  43. Take Care
  44. GARFIELD
  45.